home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 April / CHIP 1996 aprilis (CD06).zip / CHIP_CD06.ISO / sac / security / sllan.exe / UNINSTAL.BAT < prev    next >
DOS Batch File  |  1995-03-13  |  1KB  |  26 lines

  1. echo off
  2. cls
  3. echo StopLight LAN Workstation Emergency Uninstall Procedure
  4. echo =======================================================
  5. echo  
  6. echo This procedure should only be used to remove security from workstations
  7. echo that fail to boot from the hard disk and are locked by the StopLight 
  8. echo security system.  To remove security from workstations that can boot from the
  9. echo hard disk, please refer to your StopLight LAN Network Guide or Windows help.
  10. echo  
  11. echo Removing Security From Workstations That DO NOT BOOT
  12. echo ----------------------------------------------------
  13. echo  
  14. echo 1. Copy UNINSTAL.BAT, MSUTIL.EXE and SAFER.DAT to a diskette.
  15. echo 2. Locate the WorkstationName.SEC file for the workstation you wish to unlock.
  16. echo     (This file is in the \SL\SAFER network directory.)
  17. echo 3. Copy the workstation's SEC file from the Network to the same diskette.
  18. echo 4. Rename the SEC file to SAFER.SEC on this diskette.
  19. echo 5. Run MSUTIL /US or press any key to continue this batch file.
  20. echo  
  21. echo To stop the uninstall procedure, press Ctrl-C now.
  22. echo To continue with the uninstall procedure,
  23. pause
  24. echo Running MSUTIL to uninstall StopLight from this workstation...
  25. msutil /us
  26.